A Programmers Intuition & Graphics Library ^ARexx Version 1.1 Sept. 21, 1991 This library became a major project simply because rexxarplib had no easy way of clearing a string gadget. Then I wanted more control over menu placement, and I wanted to used my own gadget imagery, and I wanted to attach a console to the window, and I wanted a super-bitmap window, and I wanted to create a layer, and I wanted ... access to the resident graphic functions. I've included as many of the Amiga resident library functions as I could. Be careful with these functions, since the apig.library simply stuffs the appropriate registers with the values you pass it, then calls the Amiga INTUITION/GRAPHIC function. This archive should contain the following files apig.library iff.library C. Weber's IFF library version 18.5 apig.doc <---- PRINT & READ THIS !!! (about 50 pages) readme.txt release_info globals.rexx Intuition constants bitmap a small iff bitmap2 a small iff uparrow.bitmap a small iff downarrow.bitmap a small iff octalbuttonbitmap a small iff checkedbuttonbitmap a small iff gorilla a iff picture req6bitmap a small iff and the following example Rexx pgms e1_window.rexx e2_window.rexx e3_drawing.rexx e4_areafills.rexx e5_menus.rexx e6_requesters.rexx e7_images.rexx e7_images2.rexx e8_blits.rexx e9_layers.rexx e10_superwindow.rexx e11_followmouse.rexx e12_gadgets.rexx e13_fonts.rexx e14_iffintoscr.rexx e15_borders.rexx e16_pointers.rexx e17_execlist.rexx e18_cedparody.rexx e19_preferences.rexx The library has not been tested under 2.0, like many of you I dont have it yet! However I suspect that it should work under 2.0, let me know if it does not. If you have comments, suggestions, complaints, bug reports, etc. I can be reached on PORTAL. I also make a charitable contribution to COMPUSERVE every month but rarely ever visit there, my id is 72460,1754. Let me know what you think, Ronnie E Kelly (Sept 1991)